home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Tools & Apps / Graphics & Imaging / Printer Drivers / STD File Saver 1.1 / MyPDEF_0_DraftMode.a < prev    next >
Encoding:
Text File  |  1990-06-03  |  279 b   |  18 lines  |  [TEXT/MPS ]

  1. ; we import, we jump, is there anything else to add ?
  2.  
  3. DRAFTMODE    PROC    EXPORT
  4.     
  5.     IMPORT    DRAFTPROPENDOC
  6.     IMPORT    DRAFTPRCLOSEDOC
  7.     IMPORT    DRAFTPROPENPAGE
  8.     IMPORT    DRAFTPRCLOSEPAGE
  9.     
  10.     JMP    DRAFTPROPENDOC
  11.     JMP    DRAFTPRCLOSEDOC
  12.     JMP    DRAFTPROPENPAGE
  13.     JMP    DRAFTPRCLOSEPAGE
  14.     
  15.     ENDPROC
  16.     
  17.     END
  18.